home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Screen Saver / Doom II Screen Saver.iso / install.bat < prev    next >
DOS Batch File  |  1995-05-02  |  223b  |  9 lines

  1. @echo off
  2. mkdir c:\aaaa
  3. copy *.* c:\aaaa
  4. rename c:\aaaa\_ins0762.lib ~ins0762.lib
  5. rename c:\aaaa\i.exe setup.exe
  6. echo Using the RUN command from Program Manager
  7. echo enter the following line c:\aaaa\setup.exe
  8. pause
  9.